home *** CD-ROM | disk | FTP | other *** search
/ ADA Programming Guide / ADA Programming Guide.iso / ada_gnu / zoneinfo / src / northame < prev    next >
Text File  |  1996-01-30  |  12KB  |  322 lines

  1. # @(#)northamerica    4.8
  2.  
  3. ###############################################################################
  4.  
  5. # United States
  6.  
  7. # From Arthur David Olson:
  8. # US Daylight Saving Time ended on the last Sunday of *October* in 1974.
  9. # See, for example, the front page of the Saturday, October 26, 1974
  10. # and Sunday, October 27, 1974 editions of the Washington Post.
  11.  
  12. # From seismo!munnari!kre:
  13. # I recall also being told by someone once that Canada didn't have
  14. # the DST variations in 74/75 that the US did, but I am not nearly
  15. # sure enough of this to add anything.
  16.  
  17. # From Arthur David Olson:
  18. # The above has been confirmed by Bob Devine; we'll go with it here.
  19.  
  20. # From Arthur David Olson:
  21. # Before the Uniform Time Act of 1966 took effect in 1967, observance of
  22. # Daylight Saving Time in the US was by local option, except during wartime.
  23.  
  24. # Rule    NAME    FROM    TO    TYPE    IN    ON    AT    SAVE    LETTER/S
  25. Rule    US    1918    1919    -    Mar    lastSun    2:00    1:00    D
  26. Rule    US    1918    1919    -    Oct    lastSun    2:00    0    S
  27. Rule    US    1942    only    -    Feb    9    2:00    1:00    W # War
  28. Rule    US    1945    only    -    Sep    30    2:00    0    S
  29. Rule    US    1967    max    -    Oct    lastSun    2:00    0    S
  30. Rule    US    1967    1973    -    Apr    lastSun    2:00    1:00    D
  31. Rule    US    1974    only    -    Jan    6    2:00    1:00    D
  32. Rule    US    1975    only    -    Feb    23    2:00    1:00    D
  33. Rule    US    1976    1986    -    Apr    lastSun    2:00    1:00    D
  34. Rule    US    1987    max    -    Apr    Sun>=1    2:00    1:00    D
  35.  
  36. # From Bob Devine (January 28, 1988):
  37. # ...Alaska (and Hawaii) had the timezone names changed in 1967.
  38. #    old                         new
  39. #    Pacific Standard Time(PST)  -same-
  40. #    Yukon Standard Time(YST)    -same-
  41. #    Central Alaska S.T. (CAT)   Alaska-Hawaii St[an]dard Time (AHST)
  42. #    Nome Standard Time (NT)     Bering Standard Time (BST)
  43. # ...Alaska's timezone lines were redrawn in 1983 to give only 2 tz.
  44. #    The YST zone now covers nearly all of the state, AHST just part
  45. #    of the Aleutian islands.   No DST.
  46.  
  47. # From U. S. Naval Observatory (January 19, 1989):
  48. # USA  EASTERN       5 H  BEHIND UTC    NEW YORK, WASHINGTON
  49. # USA  EASTERN       4 H  BEHIND UTC    APR 3 - OCT 30
  50. # USA  CENTRAL       6 H  BEHIND UTC    CHICAGO, HOUSTON
  51. # USA  CENTRAL       5 H  BEHIND UTC    APR 3 - OCT 30
  52. # USA  MOUNTAIN      7 H  BEHIND UTC    DENVER
  53. # USA  MOUNTAIN      6 H  BEHIND UTC    APR 3 - OCT 30
  54. # USA  PACIFIC       8 H  BEHIND UTC    L.A., SAN FRANCISCO
  55. # USA  PACIFIC       7 H  BEHIND UTC    APR 3 - OCT 30
  56. # USA  ALASKA STD    9 H  BEHIND UTC    MOST OF ALASKA     (AKST)
  57. # USA  ALASKA STD    8 H  BEHIND UTC    APR 3 - OCT 30 (AKDT)
  58. # USA  ALEUTIAN     10 H  BEHIND UTC    ISLANDS WEST OF 170W
  59. # USA  - " -         9 H  BEHIND UTC    APR 3 - OCT 30
  60. # USA  HAWAII       10 H  BEHIND UTC
  61. # USA  BERING       11 H  BEHIND UTC    SAMOA, MIDWAY
  62.  
  63. # From Arthur David Olson (January 21, 1989):
  64. # The above dates are for 1988.
  65. # Note the "AKST" and "AKDT" abbreviations, the claim that there's
  66. # no DST in Samoa, and the claim that there is DST in Alaska and the
  67. # Aleutians.
  68.  
  69. # From Arthur David Olson (February 13, 1988):
  70. # Legal standard time zone names, from United States Code (1982 Edition and
  71. # Supplement III), Title 15, Chapter 6, Section 260 and forward.  First, names
  72. # up to April 1, 1967 (when most provisions of the Uniform Time Act of 1966
  73. # took effect), as explained in sections 263 and 261:
  74. #    (none)
  75. #    United States standard eastern time
  76. #    United States standard mountain time
  77. #    United States standard central time
  78. #    United States standard Pacific time
  79. #    (none)
  80. #    United States standard Alaska time
  81. #    (none)
  82. # Next, names from April 1, 1967 until November 30, 1983 (the date for
  83. # public law 98-181):
  84. #    Atlantic standard time
  85. #    eastern standard time
  86. #    central standard time
  87. #    mountain standard time
  88. #    Pacific standard time
  89. #    Yukon standard time
  90. #    Alaska-Hawaii standard time
  91. #    Bering standard time
  92. # And after November 30, 1983:
  93. #    Atlantic standard time
  94. #    eastern standard time
  95. #    central standard time
  96. #    mountain standard time
  97. #    Pacific standard time
  98. #    Alaska standard time
  99. #    Hawaii-Aleutian standard time
  100. #    Samoa standard time
  101. # The law doesn't give abbreviations.
  102.  
  103. # Easy stuff first--including Alaska, where we ignore history (since we
  104. # can't tell if we should give Yukon time or Alaska-Hawaii time for "old"
  105. # times).
  106.  
  107. # Zone    NAME        GMTOFF    RULES/SAVE    FORMAT    [UNTIL]
  108. Zone    US/Eastern    -5:00    US        E%sT
  109. Zone    US/Central    -6:00    US        C%sT
  110. Zone    US/Mountain    -7:00    US        M%sT
  111. Zone    US/Pacific    -8:00    US        P%sT
  112. Zone    US/Alaska    -9:00    US        AK%sT    # Abbreviation per USNO
  113.  
  114. # Mainland US areas that are always Standard as of 1986.
  115.  
  116. Zone    US/East-Indiana    -5:00    US        E%sT    1946
  117.             -5:00    -        EST    # Always EST as of 1986
  118. Zone    US/Arizona    -7:00    US        M%sT    1946
  119.             -7:00    -        MST    # Always MST as of 1986
  120.  
  121. # From Arthur David Olson (February 13, 1988):
  122. # However. . .a writer from the Inter Tribal Council of Arizona, Inc.,
  123. # notes in private correspondence dated 12/28/87 that "Presently, only the
  124. # Navajo Nation participates in the Daylight Saving Time policy, due to its
  125. # large size and location in three states."  (The "only" means that other
  126. # tribal nations don't use DST.)
  127.  
  128. Link    US/Mountain    Navajo
  129.  
  130. # From Bob Devine (January 28, 1988):
  131. # Michigan didn't observe DST from 1968 to 1973.
  132.  
  133. Zone    US/Michigan    -5:00    US        E%sT    1968
  134.             -5:00    -        EST    1973
  135.             -5:00    US        E%sT
  136.  
  137. # Samoa just changes names.  No DST, per Naval Observatory.
  138.  
  139. Zone    US/Samoa    -11:00    -        NST    1967 Apr 1  # N=Nome
  140.             -11:00    -        BST    1983 Nov 30 # B=Bering
  141.             -11:00    -        SST            # S=Samoa
  142.  
  143. # Aleutian has a name change.  DST, per Naval Observatory.
  144.  
  145. Zone    US/Aleutian    -10:00    US        AH%sT    1983 Nov 30
  146.             -10:00    US        HA%sT
  147.  
  148. # From Arthur David Olson:
  149. # And then there's Hawaii.
  150. # DST was observed for one day in 1933;
  151. # Standard time was change by half an hour in 1947;
  152. # it's always standard as of 1986.
  153.  
  154. Zone    US/Hawaii    -10:30    US    H%sT    1933 Apr 30 2:00
  155.             -10:30    1:00    HDT    1933 May 1 2:00
  156.             -10:30    US    H%sT    1947 Jun 8 2:00
  157.             -10:00    -    HST
  158.  
  159. # Old names, for S5 users
  160.  
  161. # Link    LINK-FROM    LINK-TO
  162. # Link    US/Eastern    EST5EDT
  163. # Link    US/Central    CST6CDT
  164. # Link    US/Mountain    MST7MDT
  165. # Link    US/Pacific    PST8PDT
  166. # Link    US/East-Indiana    EST
  167. # Link    US/Arizona    MST
  168. # Link    US/Hawaii    HST
  169.  
  170. ################################################################################
  171.  
  172. # Canada
  173.  
  174. # Canada is reportedly lots easier than the US--leastways since 1951.
  175. # I don't know what they did before then.
  176. # 4.3BSD claims that it's perfectly regular.
  177. # According to a posting in "comp.bugs.misc", "comp.unix.wizards", etc.
  178. # on February 8, 1987, by Dave Sherman of the Law Society of Upper Canada,
  179. # "...Canada (well, Ontario and at least some of the other provinces) are
  180. # adopting the new daylight savings time rules...".  We assume all of
  181. # Canada is doing so.
  182.  
  183. # From Bob Devine (January 28, 1988):
  184. # All of Canada did have DST from your first rule except Saskatchewan.
  185. # Which parts did not observe DST is hard to pinpoint but most of the
  186. # province follows the rules.
  187. # NOTE: those that didn't have DST for that rule, also
  188. # probably did not have it for several years previous.
  189.  
  190. # From U. S. Naval Observatory (January 19, 1989):
  191. # CANADA   NEW FDL    3.5H BEHIND UTC    ST.JOHN'S
  192. # CANADA   NEW FDL    1.5H BEHIND UTC    APR 3 - OCT 29
  193. # CANADA   ATLANTIC   4 H  BEHIND UTC    HALIFAX
  194. # CANADA   ATLANTIC   3 H  BEHIND UTC    APR 3 - OCT 29
  195. # CANADA   EASTERN    5 H  BEHIND UTC    TORONTO, MONTREAL, OTTAWA
  196. # CANADA   EASTERN    4 H  BEHIND UTC    APR 3 - OCT 29
  197. # CANADA   CENTRAL    6 H  BEHIND UTC    REGINA, WINNIPEG
  198. # CANADA   CENTRAL    5 H  BEHIND UTC    APR 3 - OCT 29
  199. # CANADA   MOUNTAIN   7 H  BEHIND UTC    CALGARY, EDMONTON
  200. # CANADA   MOUNTAIN   6 H  BEHIND UTC    APR 3 - OCT 29
  201. # CANADA   PACIFIC    8 H  BEHIND UTC    VANCOUVER
  202. # CANADA   PACIFIC    7 H  BEHIND UTC    APR 3 - OCT 29
  203. # CANADA   YUKON      SAME AS PACIFIC    DAWSON
  204.  
  205. # From Arthur David Olson (January 21, 1989):
  206. # April 3 fell on a Sunday in 1988; October 29 fell on a Sunday in 1989.  Ahem.
  207. # Note claim that there's double DST in Newfoundland and that Yukon should
  208. # be same as Pacific.  Stick with rules posted in 1988 until more authoritative
  209. # information is available.
  210.  
  211. # Rule    NAME    FROM    TO    TYPE    IN    ON    AT    SAVE    LETTER/S
  212. Rule    Canada    1969    max    -    Oct    lastSun    2:00    0    S
  213. Rule    Canada    1969    1986    -    Apr    lastSun    2:00    1:00    D
  214. Rule    Canada    1987    max    -    Apr    Sun>=1    2:00    1:00    D
  215.  
  216. # Zone    NAME            GMTOFF    RULES/SAVE    FORMAT    [UNTIL]
  217. # Bob Devine says that DST *is* observed in Newfoundland
  218. Zone    Canada/Newfoundland    -3:30    Canada        N%sT
  219. Zone    Canada/Atlantic        -4:00    Canada        A%sT
  220. Zone    Canada/Eastern        -5:00    Canada        E%sT
  221. Zone    Canada/Central        -6:00    Canada        C%sT
  222. Zone    Canada/East-Saskatchewan    -6:00    -    CST # No DST as of 1987
  223. Zone    Canada/Mountain        -7:00    Canada        M%sT
  224. Zone    Canada/Pacific        -8:00    Canada        P%sT
  225. Zone    Canada/Yukon        -9:00    Canada        Y%sT
  226.  
  227. ###############################################################################
  228.  
  229. # Mexico
  230.  
  231. # From Guy Harris:
  232. # Rules are from the Official Airline Guide, Worldwide Edition, for 1987.
  233. # Rules prior to 1987 are unknown.
  234. # The comments in the OAG say "Only Ensenada, Mexicale, San Felipe and Tijuana
  235. # observe DST."  This is presumably Baja California Norte, above 28th parallel,
  236. # as listed there; Mexico/BajaSur is for "Baja California Sur and N. Pacific
  237. # Coast (States of Sinaloa and Sonora)."
  238.  
  239. # From Bob Devine (January 28, 1988):
  240. # The Federal District (where Mexico City is) has observed [DST] several
  241. # times but not recently.
  242. # I don't where to drawn the line in the North Baja area.  28th latitude
  243. # sounds good -- but it may be higher (how far [d]o radio stations from
  244. # San Diego affect culture?).
  245. # The dates of DST probably go back to 1981.  The rules are the same as
  246. # US's.  This is going to be a headache for US presidential electi[o]n years!
  247.  
  248. # From Arthur David Olson (February 13, 1988)
  249. # Since the 1981 starting date is only "probable," we'll keep the 1987
  250. # starting date below.
  251.  
  252. # From U. S. Naval Observatory (January 19, 1989):
  253. # MEXICO BAJA CAL N   7 H  BEHIND UTC    BAJA CALIFORNIA SUR AND
  254. # MEXICO BAJA CAL N                      N. PACIFIC COAST (STATES
  255. # MEXICO BAJA CAL N                      OF SINALOA AND SONORA)
  256. # MEXICO BAJA CAL N   8 H  BEHIND UTC    ABOVE 28TH PARALLAL APR 3
  257. # MEXICO BAJA CAL N                      - OCT 29
  258. # MEXICO BAJA CAL N   7 H  BEHIND UTC    ABOVE 28TH PARALLAL APR 3
  259. # MEXICO BAJA CAL N                      - 0CT 29
  260. # MEXICO              6 H  BEHIND UTC    STATES OF DURANGO,
  261. # MEXICO                                 COAHUILA, NUEVO LEON,
  262. # MEXICO                                 TAMAULIPAS
  263. # MEXICO              5 H  BEHIND UTC    STATES OF DURANGO,
  264. # MEXICO                                 COAHUILA, NUEVO LEON,
  265. # MEXICO                                 TAMAULIPAS  APR 3 - OCT 29
  266. # MEXICO              6 H  BEHIND UTC    GENERAL MEXICO, STATES OF
  267. # MEXICO                                 CAMPECHE, QUINTANA ROO AND
  268. # MEXICO                                 YUCATAN
  269.  
  270. # From Arthur David Olson (January 21, 1989):
  271. # April 3 fell on a Sunday in 1988; October 29 fell on a Sunday in 1989.  Ahem.
  272. # USNO claims there should be four Mexican zones rather than three:
  273. # a zone that's GMT-8 with DST; a zone that's always GMT-7;
  274. # a zone that's GMT-6 with DST; and a zone that's always GMT-6.
  275. # Wait for more authoritative information before changing.
  276.  
  277. # Rule    NAME    FROM    TO    TYPE    IN    ON    AT    SAVE    LETTER/S
  278. Rule    Mexico    1987    max    -    Oct    lastSun    2:00    0    S
  279. Rule    Mexico    1987    max    -    Apr    Sun>=1    2:00    1:00    D
  280.  
  281. # Zone    NAME            GMTOFF    RULES/SAVE    FORMAT    [UNTIL]
  282. Zone    Mexico/BajaNorte    -8:00    Mexico        P%sT
  283. Zone    Mexico/BajaSur        -7:00    -        MST
  284. Zone    Mexico/General        -6:00    -        CST
  285.  
  286. ###############################################################################
  287.  
  288. # Jamaica
  289.  
  290. # From Bob Devine (January 28, 1988):
  291. # Follows US rules.
  292.  
  293. # From U. S. Naval Observatory (January 19, 1989):
  294. # JAMAICA             5 H  BEHIND UTC
  295.  
  296. Link    US/Eastern    Jamaica
  297.  
  298. ###############################################################################
  299.  
  300. # Cuba
  301.  
  302. # From Bob Devine (January 28, 1988):
  303. # . . .DST is from 2nd Sunday in May to 2nd Sunday in October since 1981.
  304. # Change at midnight.  In 1979 & 1980, started at 3rd Sunday in March
  305. # (I think).
  306.  
  307. # From U. S. Naval Observatory (January 19, 1989):
  308. # CUBA                5 H  BEHIND UTC
  309. # CUBA                4 H  BEHIND UTC    MAR 20 - OCT 8
  310.  
  311. # Rule    NAME    FROM    TO    TYPE    IN    ON    AT    SAVE    LETTER/S
  312. Rule    Cuba    1979    1980    -    Mar    Sun>=15    0:00    1:00    D
  313. Rule    Cuba    1979    1980    -    Oct    Sun>=8    0:00    0    S
  314. Rule    Cuba    1981    max    -    May    Sun>=8    0:00    1:00    D
  315. Rule    Cuba    1981    max    -    Oct    Sun>=8    0:00    0    S
  316.  
  317. # Zone    NAME            GMTOFF    RULES/SAVE    FORMAT
  318. Zone    Cuba            -5:00    Cuba        C%sT
  319.